home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / config / mh-solaris < prev    next >
Text File  |  1993-06-15  |  472b  |  17 lines

  1. # Makefile changes for Suns running Solaris 2
  2.  
  3. SYSV = -DSYSV
  4. RANLIB = true
  5. CFLAGS = -g 
  6. # if you're using Sun's C compiler, add -xs to the CFLAGS line
  7.  
  8. # this is for Emacs, since Sun's ANSI mode preprocessor does some
  9. # very wierd things to the input stream, breaking $(FOO) into
  10. # $ ( FOO ), which breaks the ymakefile system that Emacs uses
  11. CC = cc -Xs
  12.  
  13. # X11 
  14. OPENWINHOME = /usr/openwin
  15. X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
  16. X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
  17.